file chooser: Avoid animated scrolling for editing
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Mar 2015 21:22:56 +0000 (16:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Mar 2015 21:25:30 +0000 (16:25 -0500)
commit209c5c37f323c5cb2b8ae98384e0fd61a2df60f7
tree7088c122e68a2b627670c83c5f6fb433f38b10aa
parent18de5e6547b1041c567212826c36fdbb74b80ba9
file chooser: Avoid animated scrolling for editing

Avoid scrolling animation when scrolling to where we want
to insert the new folder, since adding the entry doesn't
do the right thing if the treeview is still scrolling.

An alternative would be to wait for the animated scrolling
to reach its target before starting the editing, but this
is easier.

https://bugzilla.gnome.org/show_bug.cgi?id=729366
gtk/gtkfilechooserwidget.c